From 201e5c2981ddf02c8b5f2b28add56b5e42ab538b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 23 Nov 2020 11:55:17 -0600 Subject: [PATCH] Document menu_label setting --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 92bb1aa..938b2ba 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,15 @@ pgwui_common`` in a ``.ini`` file or ``config.include('pgwui_common')`` in Python code. +Configuration Settings Common to All PGWUI Components +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +PGWUI modules all have the following configuration settings: + + menu_label + The label for PGWUI_Menu to display, when different from the default + + Configuration By Python Code ---------------------------- -- 2.34.1